Utility.localizeList Method
Gets a string containing a localized enumeration of an array of items, optionally started by an array of preceding items and a colon.
Parameters
- items
-
Type: Array
ElementType: Object
An array of objects, which will be converted to strings if not already strings.
- precedingItems
-
Type: Array
ElementType: Object
An array of objects, which will be converted to strings if not
already strings, preceding items by a localized colon.
Optional: True
- useSpace
-
Type: Boolean
true to separate list items by a space instead of a comma.
Optional: True
Return Value
Type: String